Method ExtractFieldNames<TProps>(Expression<Func<TProps, bool>>)

Assembly: redb.Postgres.Pro.dll

Extracts field names used in Expression

public HashSet<string> ExtractFieldNames<TProps>(Expression<Func<TProps, bool>> expression)